home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / (Vol E-12) May 21 2012.iso / interface / it.dig / scripts / DefineSprite_216 / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2012-05-21  |  4.3 KB  |  105 lines

  1. _root.onEnterFrame = function()
  2. {
  3.    var _loc1_ = _root;
  4.    _loc1_.secoes.ani.bot_1.onRelease = function()
  5.    {
  6.       var _loc1_ = _root;
  7.       _loc1_.nome = "I Love Sky";
  8.       _loc1_.secoes.descricoes.descricao.text = "Have fun and adventure with this parachuting bear";
  9.       _loc1_.licenca = "";
  10.       _loc1_.comando = "shellopen";
  11.       _loc1_.caminho = "\\Animations\\0305_Ilovesky\\0305_Ilovesky.wmv";
  12.       loadMovie("interface\\imagens\\sky.jpg","_root.secoes.descricoes.destino");
  13.    };
  14.    _loc1_.secoes.ani.bot_2.onRelease = function()
  15.    {
  16.       var _loc1_ = _root;
  17.       _loc1_.nome = "Accordion";
  18.       _loc1_.secoes.descricoes.descricao.text = "Funny accordions";
  19.       _loc1_.licenca = "";
  20.       _loc1_.comando = "shellopen";
  21.       _loc1_.caminho = "\\Animations\\accordeon\\accordeon.htm";
  22.       loadMovie("interface\\imagens\\Accordeon.jpg","_root.secoes.descricoes.destino");
  23.    };
  24.    _loc1_.secoes.ani.bot_3.onRelease = function()
  25.    {
  26.       var _loc1_ = _root;
  27.       _loc1_.nome = "Brazilian Birds";
  28.       _loc1_.secoes.descricoes.descricao.text = "Watch this fun animation of birds on a beautiful sunny day. NB: from the site http://wace.cosmo.com.br/ - All rights reserved";
  29.       _loc1_.licenca = "";
  30.       _loc1_.comando = "run.app";
  31.       _loc1_.caminho = "\\Animations\\bird\\bird.exe";
  32.       loadMovie("interface\\imagens\\Brazilian.jpg","_root.secoes.descricoes.destino");
  33.    };
  34.    _loc1_.secoes.ani.bot_4.onRelease = function()
  35.    {
  36.       var _loc1_ = _root;
  37.       _loc1_.nome = "Brooc Lee";
  38.       _loc1_.secoes.descricoes.descricao.text = "A fantastic fight  with Bruce Lee";
  39.       _loc1_.licenca = "";
  40.       _loc1_.comando = "shellopen";
  41.       _loc1_.caminho = "\\Animations\\broclee\\broclee.AVI";
  42.       loadMovie("interface\\imagens\\lee.jpg","_root.secoes.descricoes.destino");
  43.    };
  44.    _loc1_.secoes.ani.bot_5.onRelease = function()
  45.    {
  46.       var _loc1_ = _root;
  47.       _loc1_.nome = "Dj";
  48.       _loc1_.secoes.descricoes.descricao.text = "See the really creative DJ";
  49.       _loc1_.licenca = "";
  50.       _loc1_.comando = "shellopen";
  51.       _loc1_.caminho = "\\Animations\\dj\\dj.htm";
  52.       loadMovie("interface\\imagens\\dj.jpg","_root.secoes.descricoes.destino");
  53.    };
  54.    _loc1_.secoes.ani.bot_6.onRelease = function()
  55.    {
  56.       var _loc1_ = _root;
  57.       _loc1_.nome = "Gogul";
  58.       _loc1_.secoes.descricoes.descricao.text = "Gogul, the great magician";
  59.       _loc1_.licenca = "";
  60.       _loc1_.comando = "shellopen";
  61.       _loc1_.caminho = "\\Animations\\gogul\\gogul.htm";
  62.       loadMovie("interface\\imagens\\gogul.jpg","_root.secoes.descricoes.destino");
  63.    };
  64.    _loc1_.secoes.ani.bot_7.onRelease = function()
  65.    {
  66.       var _loc1_ = _root;
  67.       _loc1_.nome = "Hang Gliding 3";
  68.       _loc1_.secoes.descricoes.descricao.text = "Yet another great adventure from our sporting bear";
  69.       _loc1_.licenca = "";
  70.       _loc1_.comando = "shellopen";
  71.       _loc1_.caminho = "\\Animations\\HangGliding3\\HangGliding3.htm";
  72.       loadMovie("interface\\imagens\\HangGliding3.jpg","_root.secoes.descricoes.destino");
  73.    };
  74.    _loc1_.secoes.ani.bot_8.onRelease = function()
  75.    {
  76.       var _loc1_ = _root;
  77.       _loc1_.nome = "Kozo";
  78.       _loc1_.secoes.descricoes.descricao.text = "Kozo, the dancing hippopotamus";
  79.       _loc1_.licenca = "";
  80.       _loc1_.comando = "run.app";
  81.       _loc1_.caminho = "\\Animations\\kozo\\kozo.exe";
  82.       loadMovie("interface\\imagens\\kozo.jpg","_root.secoes.descricoes.destino");
  83.    };
  84.    _loc1_.secoes.ani.bot_9.onRelease = function()
  85.    {
  86.       var _loc1_ = _root;
  87.       _loc1_.nome = "Kozo Vs.Vending";
  88.       _loc1_.secoes.descricoes.descricao.text = "A great adventure from Kozo, the dancer";
  89.       _loc1_.licenca = "";
  90.       _loc1_.comando = "shellopen";
  91.       _loc1_.caminho = "\\Animations\\kozo\\KozoVending.AVI";
  92.       loadMovie("interface\\imagens\\kozo2.jpg","_root.secoes.descricoes.destino");
  93.    };
  94.    _loc1_.secoes.ani.bot_10.onRelease = function()
  95.    {
  96.       var _loc1_ = _root;
  97.       _loc1_.nome = "Snoopy";
  98.       _loc1_.secoes.descricoes.descricao.text = "A great adventure from the most adored dog in the world";
  99.       _loc1_.licenca = "";
  100.       _loc1_.comando = "run.app";
  101.       _loc1_.caminho = "\\Animations\\snoopy\\snoopy.exe";
  102.       loadMovie("interface\\imagens\\snoopy.jpg","_root.secoes.descricoes.destino");
  103.    };
  104. };
  105.